derivation-path
A simple struct for dealing with derivation paths as defined by BIP32, BIP44 and BIP49 of the Bitcoin protocol. This crate provides interfaces for dealing with hardened vs normal child indexes, as well as display and parsing derivation paths from strings
Example
let path = bip44.unwrap;
assert_eq!;
assert_eq!;
let path: DerivationPath = "m/49'/0'/0'/1/0".parse.unwrap;
assert_eq!;
assert_eq!;
License: MIT OR Apache-2.0